home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / etc / logrotate.d / dpkg < prev    next >
Encoding:
Text File  |  2012-09-19  |  232 b   |  19 lines

  1. /var/log/dpkg.log {
  2.     monthly
  3.     rotate 12
  4.     compress
  5.     delaycompress
  6.     missingok
  7.     notifempty
  8.     create 644 root root
  9. }
  10. /var/log/alternatives.log {
  11.     monthly
  12.     rotate 12
  13.     compress
  14.     delaycompress
  15.     missingok
  16.     notifempty
  17.     create 644 root root
  18. }
  19.